home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_a / mlstri.doc < prev    next >
Text File  |  1995-04-22  |  669b  |  23 lines

  1. Mlstring.BAS 
  2.  
  3.  
  4. This program will create String assignment statements from the output of 
  5. the Assembler editor, or its equivalent. 
  6.  
  7. The program reads in the ASM/ED output, discards the DOS header 
  8. and use the auto return feature to assign the string name you specify. 
  9.  
  10. Due to the fact that some characters cannot be displayed, the program 
  11. substitutes a space for display 
  12. purposes, and then generates a sub string assignment to correct 
  13. this inconvenience. 
  14.  
  15. Line 540 contains a table of the decimal values of the non display 
  16. characters.  If you find additional values that are causing trouble, 
  17. you should add them here. 
  18.  
  19. Questions 
  20. Jim Dyson 
  21. 75126,255 
  22.  
  23.